home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 021a / smalldrv.zip / FONT.CMD < prev    next >
OS/2 REXX Batch file  |  1993-05-21  |  205b  |  8 lines

  1. /* */
  2. call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
  3. AppName = 'PM_SystemFonts'
  4. KeyName = 'DefaultFont'
  5. FontName = '10.System Proportional'
  6. call SysIni 'USER', AppName, KeyName, FontName||'0'x
  7. exit
  8.